home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / fsr / fsr. next >
Text File  |  1992-11-23  |  287b  |  14 lines

  1. #**************************************
  2. # FSR Make File
  3. #**************************************
  4.  
  5. fsr.exe: fsr.obj fsr.def fsr.res
  6.     link fsr, /align:16, NUL, /nod slibcew libw, fsr
  7.     rc -30 fsr.res
  8.  
  9. fsr.obj: fsr.c
  10.     cl -c -Gsw -Ow -W2 -Zp fsr.c
  11.  
  12. fsr.res: fsr.ico
  13.     rc -r fsr.rc
  14.